func runtime.concatbytes
5 uses
runtime (current package)
string.go#L84: func concatbytes(buf *tmpBuf, a []string) []byte {
string.go#L118: return concatbytes(buf, []string{a0, a1})
string.go#L122: return concatbytes(buf, []string{a0, a1, a2})
string.go#L126: return concatbytes(buf, []string{a0, a1, a2, a3})
string.go#L130: return concatbytes(buf, []string{a0, a1, a2, a3, a4})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)